AuthorizationServerContract.UpdateStages.WithAuthorizationMethods Interface

public static interface AuthorizationServerContract.UpdateStages.WithAuthorizationMethods

The stage of the authorizationservercontract update allowing to specify AuthorizationMethods.

Method Summary

Modifier and Type Method and Description
abstract Update withAuthorizationMethods(List<AuthorizationMethod> authorizationMethods)

Specifies authorizationMethods.

Method Details

withAuthorizationMethods

public abstract AuthorizationServerContract.Update withAuthorizationMethods(List authorizationMethods)

Specifies authorizationMethods.

Parameters:

authorizationMethods - HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional

Returns:

the next update stage

Applies to