Class AuthorizeUriBuilder
java.lang.Object
io.camunda.identity.sdk.authentication.AuthorizeUriBuilder
- Direct Known Subclasses:
GenericAuthorizeUriBuilder
-
Field Details
-
state
-
-
Constructor Details
-
AuthorizeUriBuilder
public AuthorizeUriBuilder()
-
-
Method Details
-
withState
Sets the OAuth2 state parameter.- Parameters:
state- the state- Returns:
- the authorize url builder
-
build
Builds and returns the authorize uri. Will throw aIllegalArgumentExceptionwhen called more than once on a single builder instance.- Returns:
- the uri
-