API version:
Show / Hide Table of Contents

Class DefaultJwtGenerator

Default JWT generator.

Inheritance
System.Object
DefaultJwtGenerator
Implements
IJwtGenerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk.Internal
Assembly: Okta.Sdk.dll
Syntax
public class DefaultJwtGenerator : IJwtGenerator

Constructors

DefaultJwtGenerator(OktaClientConfiguration)

Initializes a new instance of the DefaultJwtGenerator class.

Declaration
public DefaultJwtGenerator(OktaClientConfiguration configuration)
Parameters
Type Name Description
OktaClientConfiguration configuration

The Okta client configuration.

Methods

GenerateSignedJWT()

Generates a signed JWT.

Declaration
public string GenerateSignedJWT()
Returns
Type Description
System.String

The generated signed JWT.

Implements

IJwtGenerator
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.