OAuthResponse

class OAuthResponse


The authentication response to be sent back to the client after completing the OAuth2 flow.

Summary

Nested types

Builder for constructing new instance of authentication response.

Public properties

Int

The error code that indicated the request result status.

Uri?

The Url of the auth response.

Public properties

errorCode

Added in 1.0.0
val errorCodeInt

The error code that indicated the request result status.

responseUrl

Added in 1.0.0
val responseUrlUri?

The Url of the auth response. In case of an error it will be null.