GetOidcInfoRequest

Types

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

Properties

Link copied to clipboard

The CA certificate for secure communication with the OIDC provider (optional).

Link copied to clipboard

The OAuth client ID for retrieving access tokens (optional).

Link copied to clipboard

The OAuth client secret for retrieving access tokens (optional).

Link copied to clipboard
val code: String?

The authorization code for retrieving access tokens (optional).

Link copied to clipboard

The PKCE code verifier for enhanced security in the OAuth flow (optional).

Link copied to clipboard

The OAuth grant type for retrieving access tokens (optional).

Link copied to clipboard

The ID of the Wickr network whose OIDC configuration will be retrieved.

Link copied to clipboard

The redirect URI for the OAuth flow (optional).

Link copied to clipboard
val url: String?

The URL for the OIDC provider (optional).

Functions

Link copied to clipboard
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