IdentityErrorDescriber.InvalidToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an IdentityError indicating an invalid token.
public:
virtual Microsoft::AspNetCore::Identity::IdentityError ^ InvalidToken();
public virtual Microsoft.AspNetCore.Identity.IdentityError InvalidToken ();
abstract member InvalidToken : unit -> Microsoft.AspNetCore.Identity.IdentityError
override this.InvalidToken : unit -> Microsoft.AspNetCore.Identity.IdentityError
Public Overridable Function InvalidToken () As IdentityError
Returns
An IdentityError indicating an invalid token.