Request new ZKC-based auth credential

This commit is contained in:
Alex Konradi 2024-04-16 06:49:21 -04:00 committed by GitHub
parent fc02762588
commit 6f92bcd86b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3196,7 +3196,7 @@ export function initialize({
urlParameters:
`?redemptionStartSeconds=${startDayInSeconds}&` +
`redemptionEndSeconds=${endDayInSeconds}&` +
'pniAsServiceId=true',
'zkcCredential=true',
httpType: 'GET',
responseType: 'json',
})) as GetGroupCredentialsResultType;