Home
last modified time | relevance | path

Searched refs:AuthorizationCode (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-auth-session/build/
H A DTokenRequest.types.d.ts116 AuthorizationCode = "authorization_code", enumerator
H A DTokenRequest.js216 super(options, GrantType.AuthorizationCode);
H A DTokenRequest.types.js.map1 …4.1.3](https://tools.ietf.org/html/rfc6749#section-4.1.3)\n */\n AuthorizationCode = 'authoriza…
H A DTokenRequest.js.map1 …erver after an auth request.`\n );\n super(options, GrantType.AuthorizationCode);\n this.…
/expo/packages/expo-auth-session/src/
H A DTokenRequest.types.ts129 AuthorizationCode = 'authorization_code', enumerator
H A DTokenRequest.ts274 super(options, GrantType.AuthorizationCode);