androidx.wear.phone.interactions.authentication

Interfaces

RemoteAuthRequestHandler

Interface for specifying how the service handles the remote auth requests.

Classes

CodeChallenge

Authorization code challenge.

CodeVerifier

Authorisation code verifier.

OAuthRequest

The OAuth request to be sent to the server to start the OAuth 2 authentication flow.

OAuthRequest.Builder

Builder for constructing new instance of OAuth request.

OAuthResponse

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

OAuthResponse.Builder

Builder for constructing new instance of authentication response.

RemoteAuthClient

Provides a client for supporting remote authentication on Wear.

RemoteAuthClient.Callback

This callback is notified when an async remote authentication request completes.

RemoteAuthService