Package org.azd.oauth.types
Class AuthorizationEndpoint
java.lang.Object
org.azd.oauth.types.AuthorizationEndpoint
Represents the required parameters for building authorization endpoint.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
clientId
The ID assigned to your app when it was registered. -
state
Can be any value. Typically a generated string value that correlates the callback with its associated authorization request. -
scope
List of scopes to add. Scopes registered with the app, space separated.- See Also:
-
redirectUrl
Callback URL for your app. Must exactly match the URL registered with the app.
-
-
Constructor Details
-
AuthorizationEndpoint
public AuthorizationEndpoint()
-