Show / Hide Table of Contents

    Class DanglIdentityServerConfigurationExtensions

    Extensions to work with DanglIdentityServerConfiguration in a fluent API style

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

    Methods

    | Improve this Doc View Source

    SetAuthorizationSetupAction(DanglIdentityServerConfiguration, Action<AuthorizationOptions>)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetAuthorizationSetupAction(this DanglIdentityServerConfiguration config, Action<AuthorizationOptions> value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.Action<Microsoft.AspNetCore.Authorization.AuthorizationOptions> value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetBaseUri(DanglIdentityServerConfiguration, String)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetBaseUri(this DanglIdentityServerConfiguration config, string value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.String value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetClientId(DanglIdentityServerConfiguration, String)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetClientId(this DanglIdentityServerConfiguration config, string value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.String value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetClientSecret(DanglIdentityServerConfiguration, String)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetClientSecret(this DanglIdentityServerConfiguration config, string value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.String value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetFallbackBaseUri(DanglIdentityServerConfiguration, String)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetFallbackBaseUri(this DanglIdentityServerConfiguration config, string value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.String value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetHttpMessageHandlerFactory(DanglIdentityServerConfiguration, Func<HttpMessageHandler>)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetHttpMessageHandlerFactory(this DanglIdentityServerConfiguration config, Func<HttpMessageHandler> value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.Func<System.Net.Http.HttpMessageHandler> value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetMvcBuilderConfig(DanglIdentityServerConfiguration, Action<IMvcBuilder>)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetMvcBuilderConfig(this DanglIdentityServerConfiguration config, Action<IMvcBuilder> value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.Action<Microsoft.Extensions.DependencyInjection.IMvcBuilder> value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetMvcSetupAction(DanglIdentityServerConfiguration, Action<MvcOptions>)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetMvcSetupAction(this DanglIdentityServerConfiguration config, Action<MvcOptions> value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.Action<Microsoft.AspNetCore.Mvc.MvcOptions> value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetRelativeLoginUrl(DanglIdentityServerConfiguration, String)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetRelativeLoginUrl(this DanglIdentityServerConfiguration config, string value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.String value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetRequiredScope(DanglIdentityServerConfiguration, String)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetRequiredScope(this DanglIdentityServerConfiguration config, string value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.String value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetUseDanglIdentityOpenIdCookieAuthentication(DanglIdentityServerConfiguration, Boolean)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetUseDanglIdentityOpenIdCookieAuthentication(this DanglIdentityServerConfiguration config, bool value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.Boolean value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    | Improve this Doc View Source

    SetUseMemoryCacheUserInfoUpdater(DanglIdentityServerConfiguration, Boolean)

    Returns a new instance with the value set

    Declaration
    public static DanglIdentityServerConfiguration SetUseMemoryCacheUserInfoUpdater(this DanglIdentityServerConfiguration config, bool value)
    Parameters
    Type Name Description
    DanglIdentityServerConfiguration config
    System.Boolean value
    Returns
    Type Description
    DanglIdentityServerConfiguration
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl