T - the type of the context containing the OAuth 2.0 Token attributes@FunctionalInterface
public interface OAuth2TokenCustomizer<T extends OAuth2TokenContext>
OAuth2TokenContext.OAuth2TokenContext| Modifier and Type | Method and Description |
|---|---|
void |
customize(T context)
Customize the OAuth 2.0 Token attributes.
|
void customize(T context)
context - the context containing the OAuth 2.0 Token attributes