SstOIDCCredentials
Class Methods
None
Instance Methods
idToken
  Answers the id token as received in the http response (i.e. a JWS in compact form).
     
     Answers:
        <String>
idTokenAsVerifiedSstJwt
  Returns the JWT as a verified SstJwt instance.
     Fails if the JWT cannot be verified.
     
     Answers:
        <SstJwt>
    Raises:
        <SstOIDCError>
providerMetadata
  Returns the associated provider metadata.
     
     Answers:
        <SstOIDCProviderMetadata>
refreshWithClientId:secret:useBasicAuth:
No comment
userInfoWithClientId:clientSecret:
No comment
Last modified date: 01/13/2026