public class PreemptiveOAuth2HeaderScheme extends Object implements AuthenticationScheme, groovy.lang.GroovyObject
| Constructor and Description |
|---|
PreemptiveOAuth2HeaderScheme() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(HTTPBuilder httpBuilder) |
String |
generateAuthToken() |
String |
getAccessToken() |
groovy.lang.MetaClass |
getMetaClass() |
void |
setAccessToken(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
public String getAccessToken()
public void setAccessToken(String value)
public void authenticate(HTTPBuilder httpBuilder)
authenticate in interface AuthenticationSchemepublic String generateAuthToken()
public 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.