Builder

class Builder

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
var 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
var url: String?

The URL for the OIDC provider (optional).