Package org.jclouds.oauth.v2.domain
Class ClientSecret
java.lang.Object
org.jclouds.oauth.v2.domain.ClientSecret
Details corresponding the a client_credential Azure AD Oauth request
-
Method Details
-
clientId
The ID of the client. -
clientSecret
The secret of the client. -
resource
The resource to authorize against. -
scope
The scope(s) to authorize against. -
create
public static ClientSecret create(String clientId, String clientSecret, String resource, String scope)
-