ktor-auth / io.ktor.auth / OAuth2Exception / UnknownException

UnknownException

class UnknownException : OAuth2Exception, CopyableThrowable<UnknownException>

OAuth2 server responded with an error code errorCode

Parameters

errorCode - the OAuth2 server replied with

Constructors

<init>

UnknownException(details: String, errorCode: String)

OAuth2 server responded with an error code errorCode

Inherited Properties

errorCode

val errorCode: String?

OAuth2 server replied with

Functions

createCopy

fun createCopy(): UnknownException