Object GrantRequest.Companion
-
- All Implemented Interfaces:
public class GrantRequest.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static GrantRequest.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final GrantRequesttokenExchange(String token, String audience)final GrantRequestonBehalfOf(String token, String scope)final GrantRequestclientCredentials(String scope)-
-
Method Detail
-
tokenExchange
final GrantRequest tokenExchange(String token, String audience)
-
onBehalfOf
final GrantRequest onBehalfOf(String token, String scope)
-
clientCredentials
final GrantRequest clientCredentials(String scope)
-
-
-
-