public final class BearerTokenOAuthSession extends OAuthSession
| Constructor and Description |
|---|
BearerTokenOAuthSession(com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow,
String from,
String redirectUrl,
String redirectOnFinish,
String url,
com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow2,
OpenShiftOAuth2SecurityRealm secRealm) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
onSuccess(String authorizationCode) |
doCommenceLogin, doFinishLogin, doRequestAuthorizationCode, getCredential, getCurrent, getFrom, setCredentialpublic BearerTokenOAuthSession(com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow,
String from,
String redirectUrl,
String redirectOnFinish,
String url,
com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow2,
OpenShiftOAuth2SecurityRealm secRealm)
public org.kohsuke.stapler.HttpResponse onSuccess(String authorizationCode)
onSuccess in class OAuthSessionCopyright © 2004-2019. All Rights Reserved.