public static interface OAuth2IdentityProvider.InitContext extends OAuth2IdentityProvider.OAuth2Context
| Modifier and Type | Method and Description | 
|---|---|
| String | generateCsrfState()Generate a non-guessable state to prevent Cross Site Request Forgery. | 
| void | redirectTo(String url)Redirect the request to the url. | 
getCallbackUrl, getRequest, getResponseString generateCsrfState()
void redirectTo(String url)
Copyright © 2009–2016 SonarSource. All rights reserved.