Class NativeApplicationOidcOptions

    • Method Detail

      • publicSigningKeyEndpoint

        public final String publicSigningKeyEndpoint()

        The public signing key endpoint.

        Returns:
        The public signing key endpoint.
      • issuer

        public final String issuer()

        The OIDC issuer identifier of the IdP.

        Returns:
        The OIDC issuer identifier of the IdP.
      • authorizationEndpoint

        public final String authorizationEndpoint()

        The authorization endpoint of the IdP.

        Returns:
        The authorization endpoint of the IdP.
      • tokenEndpoint

        public final String tokenEndpoint()

        The token endpoint of the IdP.

        Returns:
        The token endpoint of the IdP.
      • userInfoEndpoint

        public final String userInfoEndpoint()

        The user info endpoint of the IdP.

        Returns:
        The user info endpoint of the IdP.
      • clientId

        public final String clientId()

        The OAuth 2.0 client identifier.

        Returns:
        The OAuth 2.0 client identifier.
      • scope

        public final String scope()

        The set of user claims to be requested from the IdP.

        Returns:
        The set of user claims to be requested from the IdP.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)