Search Results for

    Show / Hide Table of Contents

    Class OktaClientAuthenticationSettings

    Settings necessary for logging in via OKTA

    Inheritance
    object
    OktaClientAuthenticationSettings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Authentication.Core.Settings
    Assembly: LemonEdge.Authentication.Core.dll
    Syntax
    public class OktaClientAuthenticationSettings

    Constructors

    OktaClientAuthenticationSettings()

    Declaration
    public OktaClientAuthenticationSettings()

    Properties

    AuthorizeUrl

    Declaration
    public string? AuthorizeUrl { get; set; }
    Property Value
    Type Description
    string

    ClientId

    Declaration
    public string? ClientId { get; set; }
    Property Value
    Type Description
    string

    Domain

    Declaration
    public string? Domain { get; set; }
    Property Value
    Type Description
    string

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool

    RedirectUrl

    Declaration
    public string? RedirectUrl { get; set; }
    Property Value
    Type Description
    string

    Scopes

    Declaration
    public string? Scopes { get; set; }
    Property Value
    Type Description
    string

    TokenUrl

    Declaration
    public string? TokenUrl { get; set; }
    Property Value
    Type Description
    string

    UserInfoUrl

    Declaration
    public string? UserInfoUrl { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.