Klasse OAuth2Token.OAuth2TokenBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.OAuth2Token.OAuth2TokenBuilder
- Umschließende Klasse:
OAuth2Token
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()unique identifier of the oauth2 clientclientName(String clientName) the name of the clientclientSecret(String clientSecret) the client secretexpirationInterval(String expirationInterval) the expiration intervalredirectUris(List<String> redirectUris) list of redirect urisrefreshCount(String refreshCount) number of times an access token can be refreshedthe scopes associated with the clienttoString()type of the oauth2 client
-
Methodendetails
-
clientId
unique identifier of the oauth2 client- Gibt zurück:
this.
-
clientName
the name of the client- Gibt zurück:
this.
-
clientSecret
the client secret- Gibt zurück:
this.
-
expirationInterval
the expiration interval- Gibt zurück:
this.
-
redirectUris
list of redirect uris- Gibt zurück:
this.
-
refreshCount
number of times an access token can be refreshed- Gibt zurück:
this.
-
scopes
the scopes associated with the client- Gibt zurück:
this.
-
type
type of the oauth2 client- Gibt zurück:
this.
-
build
-
toString
-