OAuthException.specErrCode

class OAuthException
@property const nothrow @safe @nogc
string
specErrCode
()

Return Value

Type: string

the error code returned by the authentication server, or null if this exception was raised due to a client side error condition. Error codes are defined in RFC 6749 section 5.2.

Meta