We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AuthConfiguration
1 parent cd0336d commit 7002ea6Copy full SHA for 7002ea6
packages/react-native-app-auth/index.d.ts
@@ -68,7 +68,7 @@ export type BaseAuthConfiguration = BaseConfiguration & {
68
export type AuthConfiguration = BaseAuthConfiguration & {
69
clientSecret?: string;
70
scopes: string[];
71
- claims: object,
+ claims?: object,
72
redirectUrl: string;
73
additionalParameters?: BuiltInParameters & { [name: string]: string };
74
clientAuthMethod?: 'basic' | 'post';
0 commit comments