Class OAuthAuthenticationResponse


  • public final class OAuthAuthenticationResponse
    extends java.lang.Object
    • Method Detail

      • audience

        public java.util.Optional<java.lang.String> audience()
        Returns:
        Gets or sets the audience.
      • clientId

        public java.util.Optional<java.lang.String> clientId()
        Returns:
        Gets or sets the client identifier.
      • secret

        public java.util.Optional<java.lang.String> secret()
        Returns:
        Gets or sets the secret, return value will always be empty.
      • tenant

        public java.util.Optional<java.lang.String> tenant()
        Returns:
        Gets or sets the tenant.
      • type

        public java.lang.String type()
        Returns:
        Gets or sets the HTTP authentication type. Expected value is 'ActiveDirectoryOAuth'.