OAuth2Authenticator |
OAuth2Authenticator.setAuthUri(String authUri) |
Sets the authUri String property
|
OAuth2Authenticator |
OAuth2Authenticator.setClientId(String clientId) |
Sets the clientId String property
|
OAuth2Authenticator |
OAuth2Authenticator.setClientSecret(String clientSecret) |
Sets the clientSecret String property
|
OAuth2Authenticator |
OAuth2Authenticator.setExtraParamName(String paramName) |
Sets the extra param name which will be appended to the redirect URL
|
OAuth2Authenticator |
OAuth2Authenticator.setExtraParamValue(String paramValue) |
Sets the param value, the extra param value which will be appended to the redirect URL
|
OAuth2Authenticator |
OAuth2Authenticator.setRedirectUri(String redirectUri) |
Sets the redirectUri String property
|
OAuth2Authenticator |
OAuth2Authenticator.setScope(String scope) |
Sets the scope String property
|
OAuth2Authenticator |
OAuth2Authenticator.setTokenUrl(String tokenUri) |
Sets the tokenUri String property
|
OAuth2Authenticator |
OAuth2Authenticator.setUserInfoUri(String userInfoUri) |
Sets the userInfoUri String property
|
OAuth2Authenticator |
OAuth2Authenticator.setValidateUri(String validateUri) |
Sets the validateUri String property
|