Skip to content

OAuth2TokenError

Troy Willmot edited this page Oct 21, 2016 · 1 revision

Summary

Represents an error returned from an authorisation server while managing (requesting/refreshing etc) a token.

Properties

Error

A short name of the error. See OAuth2Error for a list of known errors.

ErrorDescription

An optional human readable description of the error. If displaying the error to a user, this is the recommended value.

ErrorUri

An optional reference to a web page containing more information about the error that occurred.

Clone this wiki locally