Show / Hide Table of Contents

    Class DanglIdentityAuthenticationDefaults

    This class contains defaults that are used with Dangl.Identity

    Inheritance
    System.Object
    DanglIdentityAuthenticationDefaults
    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: Dangl.Identity.Client
    Assembly: Dangl.Identity.Client.dll
    Syntax
    public static class DanglIdentityAuthenticationDefaults

    Fields

    | Improve this Doc View Source

    AUTHENTICATION_SCHEME

    Declaration
    public const string AUTHENTICATION_SCHEME = "Dangl.Identity"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    AUTHORIZATION_ENDPOINT

    Declaration
    public const string AUTHORIZATION_ENDPOINT = "/connect/authorize"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    BASE_URI

    Declaration
    public const string BASE_URI = "https://identity.dangl-it.com"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    CALLBACK_PATH

    Declaration
    public const string CALLBACK_PATH = "/signin-dangl-identity"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    DISPLAY_NAME

    Declaration
    public const string DISPLAY_NAME = "Dangl.Identity"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    FALLBACK_BASE_URI

    Declaration
    public const string FALLBACK_BASE_URI = "https://identity.dangl-it.de"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ISSUER

    Declaration
    public const string ISSUER = "Dangl.Identity"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TOKEN_ENDPOINT

    Declaration
    public const string TOKEN_ENDPOINT = "/connect/token"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    USER_INFORMATION_ENDPOINT

    Declaration
    public const string USER_INFORMATION_ENDPOINT = "/connect/userinfo"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl