Show / Hide Table of Contents

    Class TokenResponseExtensions

    Extensions for IdentityModel.Client.TokenResponses

    Inheritance
    System.Object
    TokenResponseExtensions
    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 TokenResponseExtensions

    Methods

    | Improve this Doc View Source

    ErrorCanProbablyBeResolvedByUsingFallbackEndpoint(TokenResponse)

    This checks if the error was caused by an Http network failure which can possibly be solved by attempting a different, fallback endpoint

    Declaration
    public static bool ErrorCanProbablyBeResolvedByUsingFallbackEndpoint(this TokenResponse tokenResponseWithError)
    Parameters
    Type Name Description
    IdentityModel.Client.TokenResponse tokenResponseWithError
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl