AuthorizationServerContract.UpdateStages.WithClientAuthenticationMethod Interface

public static interface AuthorizationServerContract.UpdateStages.WithClientAuthenticationMethod

The stage of the authorizationservercontract update allowing to specify ClientAuthenticationMethod.

Method Summary

Modifier and Type Method and Description
abstract Update withClientAuthenticationMethod(List<ClientAuthenticationMethod> clientAuthenticationMethod)

Specifies clientAuthenticationMethod.

Method Details

withClientAuthenticationMethod

public abstract AuthorizationServerContract.Update withClientAuthenticationMethod(List clientAuthenticationMethod)

Specifies clientAuthenticationMethod.

Parameters:

clientAuthenticationMethod - Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format

Returns:

the next update stage

Applies to