Skip to content

Latest commit

 

History

History
102 lines (59 loc) · 2.9 KB

_lib_index_d_.md

File metadata and controls

102 lines (59 loc) · 2.9 KB

Module: "lib/index.d"

Index

Enumerations

Interfaces

Type aliases

Variables

Type aliases

AndroidError

Ƭ AndroidError: object

Defined in lib/index.d.ts:479

Android

Type declaration:

  • NOT_CONFIGURED: string

  • SIGNIN_CANCELLED: string

  • SIGNIN_FAILED: string

Variables

Const AppleButton

AppleButton: object & React.FC‹AppleButtonProps

Defined in lib/index.d.ts:113


Const appleAuth

appleAuth: object

Defined in lib/index.d.ts:401

Type declaration:

  • Error: typeof AppleError

  • Operation: typeof AppleRequestOperation

  • Scope: typeof AppleRequestScope

  • State: typeof AppleCredentialState

  • UserStatus: typeof AppleRealUserStatus

  • isSignUpButtonSupported: boolean

  • isSupported: boolean

  • getCredentialStateForUser(user: string): Promise‹AppleCredentialState

  • onCredentialRevoked(listener: Function): function

    • (): void | undefined
  • performRequest(options?: AppleRequestOptions): Promise‹AppleRequestResponse


Const appleAuthAndroid

appleAuthAndroid: AppleAuthAndroid

Defined in lib/index.d.ts:592