Class PlainClientSecret

    • Constructor Detail

      • PlainClientSecret

        protected PlainClientSecret​(ClientAuthenticationMethod method,
                                    ClientID clientID,
                                    Secret secret)
        Creates a new plain secret based client authentication.
        Parameters:
        method - The client authentication method. Must not be null.
        clientID - The client identifier. Must not be null.
        secret - The client secret. Must not be null.
    • Method Detail