@NoImplement
public interface OAuthGrantType
extends org.mule.runtime.api.meta.NamedObject
Instances are to contain information about how to use this grant type against a particular OAuth provider.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OAuthGrantTypeVisitor visitor)
Accepts a visitor
|
String |
getAccessTokenExpr() |
String |
getExpirationRegex() |
String getAccessTokenExpr()
String getExpirationRegex()
void accept(OAuthGrantTypeVisitor visitor)
visitor - an OAuthGrantTypeVisitorCopyright © 2020 MuleSoft, Inc.. All rights reserved.