Class Client
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2.Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCallbackUrl(String callbackUrl) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetGrantTypes(String grantTypes) boolean
-
Constructor Details
-
Client
public Client() -
Client
-
-
Method Details
-
verify
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getCallbackUrl
-
setCallbackUrl
-
getGrantTypes
-
setGrantTypes
- Default
- authorization_code,password,client_credentials,refresh_token,implicit
- Description
- Comma separated list of grant types this client can be used with.
-