public class ImplicitGrantBuilder
extends java.lang.Object
Constructor and Description |
---|
ImplicitGrantBuilder() |
Modifier and Type | Method and Description |
---|---|
ImplicitGrant |
build() |
ImplicitGrantBuilder |
loginEndpoint(LoginEndpoint loginEndpoint)
Updates the login endpoint
|
ImplicitGrantBuilder |
tokenName(java.lang.String tokenName)
Updates the token name
|
public ImplicitGrantBuilder loginEndpoint(LoginEndpoint loginEndpoint)
loginEndpoint
- - Contains the login endpoint urlpublic ImplicitGrantBuilder tokenName(java.lang.String tokenName)
tokenName
- - token namepublic ImplicitGrant build()