OAuthParams

This class holds all the information required to launch the OAuth flow.

Types

Link copied to clipboard
class Builder

A type-safe builder for the OAuthParams class.

Properties

Link copied to clipboard

The clientId of your WP.com application

Link copied to clipboard

The redirect URI configured for your WP.com application

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)