Request new ZKC-based auth credential
This commit is contained in:
parent
fc02762588
commit
6f92bcd86b
1 changed files with 1 additions and 1 deletions
|
@ -3196,7 +3196,7 @@ export function initialize({
|
||||||
urlParameters:
|
urlParameters:
|
||||||
`?redemptionStartSeconds=${startDayInSeconds}&` +
|
`?redemptionStartSeconds=${startDayInSeconds}&` +
|
||||||
`redemptionEndSeconds=${endDayInSeconds}&` +
|
`redemptionEndSeconds=${endDayInSeconds}&` +
|
||||||
'pniAsServiceId=true',
|
'zkcCredential=true',
|
||||||
httpType: 'GET',
|
httpType: 'GET',
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
})) as GetGroupCredentialsResultType;
|
})) as GetGroupCredentialsResultType;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue