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 = "scope") List<String> scope)
Types
Link copied to clipboard
Builder for CreateGrantRequest.