Request new ZKC-based auth credential
Co-authored-by: Alex Konradi <akonradi@signal.org>
This commit is contained in:
parent
5777af38e5
commit
7545b1d33f
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
Reference in a new issue