Interface: NativeOAuthResult
Defined in: types/auth.ts:85
Native OAuth authorization result from react-native-app-auth
Properties
heading.anchorLabel| Property | Type | Description | Defined in |
|---|---|---|---|
accessToken | string | Access token from OAuth provider | types/auth.ts:87 |
accessTokenExpirationDate? | string | Token expiration date | types/auth.ts:93 |
idToken? | string | ID token (for OpenID Connect providers like Google) | types/auth.ts:89 |
refreshToken? | string | Refresh token | types/auth.ts:91 |
scopes? | string[] | Scopes granted | types/auth.ts:97 |
tokenType? | string | Token type (usually ‘Bearer’) | types/auth.ts:95 |