OAuthProperties

The OAuth properties required for OAuth type authentication.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

Link copied to clipboard

The OAuth scopes required for OAuth type authentication.

Link copied to clipboard

The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.

Functions

Link copied to clipboard
inline fun copy(block: OAuthProperties.Builder.() -> Unit = {}): OAuthProperties
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String