public class AuthorizationCodeGrantBuilder extends Object
| 构造器和说明 |
|---|
AuthorizationCodeGrantBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthorizationCodeGrant |
build() |
AuthorizationCodeGrantBuilder |
tokenEndpoint(TokenEndpoint tokenEndpoint)
Updates token endpoint
|
AuthorizationCodeGrantBuilder |
tokenRequestEndpoint(TokenRequestEndpoint tokenRequestEndpoint)
Updates token request endpoint
|
public AuthorizationCodeGrantBuilder tokenRequestEndpoint(TokenRequestEndpoint tokenRequestEndpoint)
tokenRequestEndpoint - - represents the token request endpoint along with the client id and secretpublic AuthorizationCodeGrantBuilder tokenEndpoint(TokenEndpoint tokenEndpoint)
tokenEndpoint - - represents the token endpoint along with the token namepublic AuthorizationCodeGrant build()
Copyright © 2023. All rights reserved.