public class OAuth2Scheme extends Object implements AuthenticationScheme, groovy.lang.GroovyObject
| Constructor and Description |
|---|
OAuth2Scheme() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(HTTPBuilder httpBuilder) |
String |
getAccessToken() |
groovy.lang.MetaClass |
getMetaClass() |
OAuthSignature |
getSignature() |
void |
setAccessToken(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setSignature(OAuthSignature value) |
public String getAccessToken()
public void setAccessToken(String value)
public OAuthSignature getSignature()
public void setSignature(OAuthSignature value)
public void authenticate(HTTPBuilder httpBuilder)
authenticate in interface AuthenticationSchemepublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2022. All rights reserved.