AuthorizationServerContract.UpdateStages.WithClientSecret Interface

public static interface AuthorizationServerContract.UpdateStages.WithClientSecret

The stage of the authorizationservercontract update allowing to specify ClientSecret.

Method Summary

Modifier and Type Method and Description
abstract Update withClientSecret(String clientSecret)

Specifies clientSecret.

Method Details

withClientSecret

public abstract AuthorizationServerContract.Update withClientSecret(String clientSecret)

Specifies clientSecret.

Parameters:

clientSecret - Client or app secret registered with this authorization server

Returns:

the next update stage

Applies to