Interface OidcToken


  • @Immutable
    public interface OidcToken
    A token from a provider with both openid and email scope claims.
    • Method Detail

      • getSubjectAlternativeName

        java.lang.String getSubjectAlternativeName()
        The subject or email claim from the token to include in the SAN on the certificate.
      • getIssuer

        java.lang.String getIssuer()
        The issuer of the id token.
      • getIdToken

        @Redacted
        java.lang.String getIdToken()
        The full oidc token obtained from the provider.