OAuthResponse

public final class OAuthResponse


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

Summary

Nested types

public final class OAuthResponse.Builder

Builder for constructing new instance of authentication response.

Public methods

final int

The error code that indicated the request result status.

final Uri

The Url of the auth response.

Public methods

getErrorCode

Added in 1.0.0
public final int getErrorCode()

The error code that indicated the request result status.

getResponseUrl

Added in 1.0.0
public final Uri getResponseUrl()

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