public static final class OAuth.Generic extends OAuth.BaseOAuth20Config
BaseConfig.BaseClientConfig
responseType, scope, tokenAsHeader
PROPERTIES_PREFIX
构造器和说明 |
---|
Generic() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAuthUrl() |
String |
getClientAuthenticationMethod() |
Map<String,String> |
getProfileAttrs() |
String |
getProfileId() |
String |
getProfilePath() |
String |
getProfileUrl() |
com.github.scribejava.core.model.Verb |
getProfileVerb() |
String |
getTokenUrl() |
void |
setAuthUrl(String authUrl) |
void |
setClientAuthenticationMethod(String clientAuthenticationMethod) |
void |
setProfileAttrs(Map<String,String> profileAttrs) |
void |
setProfileId(String profileId) |
void |
setProfilePath(String profilePath) |
void |
setProfileUrl(String profileUrl) |
void |
setProfileVerb(com.github.scribejava.core.model.Verb profileVerb) |
void |
setTokenUrl(String tokenUrl) |
getCustomParameters, isWithState, setCustomParameters, setWithState
getResponseType, getScope, isTokenAsHeader, setResponseType, setScope, setTokenAsHeader
getDefaultName, getName, setName
getCustomProperties, setCustomProperties
public String getAuthUrl()
public void setAuthUrl(String authUrl)
public String getTokenUrl()
public void setTokenUrl(String tokenUrl)
public String getProfileUrl()
public void setProfileUrl(String profileUrl)
public String getProfilePath()
public void setProfilePath(String profilePath)
public String getProfileId()
public void setProfileId(String profileId)
public String getClientAuthenticationMethod()
public void setClientAuthenticationMethod(String clientAuthenticationMethod)
public com.github.scribejava.core.model.Verb getProfileVerb()
public void setProfileVerb(com.github.scribejava.core.model.Verb profileVerb)
Copyright © 2022 buession.com Inc.. All rights reserved.