SeededPKCE
A model that initialized a PKCE Authentication Flow.
Properties​
Name | Type |
---|---|
schema | EmbeddedModelSchema |
responseType | string |
state | string |
nonce | string |
redirectUri | string |
codeChallenge | string |
codeChallengeMethod | string |
domain | string |
audience | string |
screenHint | string |
prompt | string |
organization | string |
invitation | string |
scope | Array<string> |
clientId | string |
aDDITIONALPARAMETERS | SeededPKCEADDITIONALPARAMETERS |
responseMode | string |