ReactNativeOIDCContainer class
Skygear OIDC APIs (for React Native).
Signature:
export declare class ReactNativeOIDCContainer<T extends ReactNativeAPIClient> extends OIDCContainer<T>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(parent, auth) | Constructs a new instance of the ReactNativeOIDCContainer class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| clientID | string | ||
| isThirdParty | boolean |
Methods
| Method | Modifiers | Description |
|---|---|---|
| _setupCodeVerifier() | ||
| authenticateAnonymously() | Authenticate as an anonymous user. | |
| authorize(options) | Open authorize page | |
| logout(options) | Logout. | |
| openURL(url) | Open the URL with the user agent that is used to perform authentication. | |
| promoteAnonymousUser(options) | Open promote anonymous user page |