Show / Hide Table of Contents

    Interface IDanglIdentityConfig

    This interface defines settings to be used to configure clients to work with Dangl.Identity

    Namespace: Dangl.Identity.Client
    Assembly: Dangl.Identity.Client.dll
    Syntax
    public interface IDanglIdentityConfig

    Properties

    | Improve this Doc View Source

    BaseUri

    The base url for Dangl.Identity

    Declaration
    string BaseUri { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClientId

    The OpenID / OAuth2 client id

    Declaration
    string ClientId { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClientSecret

    The OpenID / OAuth2 client secret

    Declaration
    string ClientSecret { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FallbackBaseUri

    The fallback url for Dangl.Identity

    Declaration
    string FallbackBaseUri { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FallbackTokenEndpoint

    The token endpoint relative to the fallback url

    Declaration
    string FallbackTokenEndpoint { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RequiredScope

    The scope to use when authenticating with Dangl.Identity. Multiple scopes can be space-separarated.

    Declaration
    string RequiredScope { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TokenEndpoint

    The token endpoint relative to the base url

    Declaration
    string TokenEndpoint { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl