OAuthCallbackException

class OAuthCallbackException(message: String, cause: Throwable? = null)

OAuth 回调异常 用于在 OAuth 回调过程中抛出异常

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)