OAuth2FlowBuilder

Builder class for creating OAuth2Flow instances.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun addScope(scope: String, description: String): OAuth2FlowBuilder

Adds a scope to the flow.

Link copied to clipboard

Sets the authorization URL for the flow.

Link copied to clipboard
Link copied to clipboard

Sets the refresh URL for the flow.

Link copied to clipboard

Sets the scopes for the flow.

Link copied to clipboard

Sets the token URL for the flow.