Class TokenExpiredException
Exception for when the security token has expired.
Inheritance
System.Object
TokenExpiredException
Namespace: Stylelabs.M.Sdk.WebClient.Http
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
public class TokenExpiredException : Exception
Constructors
TokenExpiredException(String, String)
Initializes a new instance of the TokenExpiredException class.
Declaration
public TokenExpiredException(string message, string refreshToken)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.String | refreshToken | The refresh token. |
Can we improve this article ? Provide feedback