AuthorizationServerContract.UpdateStages.WithTokenEndpoint Interface

public static interface AuthorizationServerContract.UpdateStages.WithTokenEndpoint

The stage of the authorizationservercontract update allowing to specify TokenEndpoint.

Method Summary

Modifier and Type Method and Description
abstract Update withTokenEndpoint(String tokenEndpoint)

Specifies tokenEndpoint.

Method Details

withTokenEndpoint

public abstract AuthorizationServerContract.Update withTokenEndpoint(String tokenEndpoint)

Specifies tokenEndpoint.

Parameters:

tokenEndpoint - OAuth token endpoint. Contains absolute URI to entity being referenced

Returns:

the next update stage

Applies to