skipLink.label

Interface: NativeOAuthResult

Defined in: types/auth.ts:85

Native OAuth authorization result from react-native-app-auth

PropertyTypeDescriptionDefined in
accessTokenstringAccess token from OAuth providertypes/auth.ts:87
accessTokenExpirationDate?stringToken expiration datetypes/auth.ts:93
idToken?stringID token (for OpenID Connect providers like Google)types/auth.ts:89
refreshToken?stringRefresh tokentypes/auth.ts:91
scopes?string[]Scopes grantedtypes/auth.ts:97
tokenType?stringToken type (usually ‘Bearer’)types/auth.ts:95