public abstract class ClientSecret extends Object
Modifier and Type | Method and Description |
---|---|
abstract String |
clientId()
The ID of the client.
|
abstract String |
clientSecret()
The secret of the client.
|
static ClientSecret |
create(String clientId,
String clientSecret,
String resource,
String scope) |
abstract String |
resource()
The resource to authorize against.
|
abstract String |
scope()
The scope(s) to authorize against.
|
public abstract String clientId()
public abstract String clientSecret()
public abstract String resource()
public static ClientSecret create(String clientId, String clientSecret, String resource, String scope)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.