CreateGrantRequest
Class representing a request to create a grant.
Constructors
Link copied to clipboard
public CreateGrantRequest CreateGrantRequest( @Json(name = "provider") AuthProvider provider, @Json(name = "settings") Map<String, Object> settings, @Json(name = "state") String state, @Json(name = "scopes") List<String> scopes)
Types
Link copied to clipboard
Builder for CreateGrantRequest.