public class OAuthFlowObject extends Object
OAuthFlowObjectBuilder
Modifier and Type | Field and Description |
---|---|
URI |
authorizationUrl
Deprecated.
use
authorizationUrl() instead |
URI |
refreshUrl
Deprecated.
use
refreshUrl() instead |
Map<String,String> |
scopes
Deprecated.
use
scopes() instead |
URI |
tokenUrl
Deprecated.
use
tokenUrl() instead |
Modifier and Type | Method and Description |
---|---|
URI |
authorizationUrl() |
URI |
refreshUrl() |
Map<String,String> |
scopes() |
URI |
tokenUrl() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
@Deprecated public final URI authorizationUrl
authorizationUrl()
instead@Deprecated public final URI tokenUrl
tokenUrl()
instead@Deprecated public final URI refreshUrl
refreshUrl()
instead@Deprecated public final Map<String,String> scopes
scopes()
insteadpublic void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic URI authorizationUrl()
OAuthFlowObjectBuilder.withAuthorizationUrl(java.net.URI)
public URI tokenUrl()
OAuthFlowObjectBuilder.withTokenUrl(java.net.URI)
public URI refreshUrl()
OAuthFlowObjectBuilder.withRefreshUrl(java.net.URI)
public Map<String,String> scopes()
OAuthFlowObjectBuilder.withScopes(java.util.Map<java.lang.String, java.lang.String>)
Copyright © 2017–2021. All rights reserved.