File tree Expand file tree Collapse file tree 8 files changed +1993
-268
lines changed
pages/[platform]/build-a-backend/auth
concepts/multi-factor-authentication
modify-resources-with-cdk Expand file tree Collapse file tree 8 files changed +1993
-268
lines changed Original file line number Diff line number Diff line change 851
851
" metadata" ,
852
852
" mfaDescription" ,
853
853
" mfaTypes" ,
854
+ " enabledMfas" ,
854
855
" MiB" ,
855
856
" middleware" ,
856
857
" Millis" ,
Original file line number Diff line number Diff line change 1
1
export const versions = {
2
- ANDROID_VERSION : '2.19.1 ' ,
2
+ ANDROID_VERSION : '2.24.0 ' ,
3
3
ANDROID_DEVPREVIEW : '1.36.5-dev-preview.0' ,
4
4
ANDROID_V1_VERSION : '1.38.8' ,
5
5
ANDROID_V1_GEO_VERSION : '1.0.1' ,
6
6
ANDROID_V1_KOTLIN_VERSION : '0.22.8' ,
7
7
ANDROID_SDK_VERSION : '2.76.0' ,
8
- KOTLIN_SDK_VERSION : '1.2.8 ' ,
9
- ANDROID_AUTHENTICATOR_VERSION : '1.2 .0'
8
+ KOTLIN_SDK_VERSION : '1.3.31 ' ,
9
+ ANDROID_AUTHENTICATOR_VERSION : '1.4 .0'
10
10
} ;
Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ export const directory = {
122
122
} ,
123
123
{
124
124
path : 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/delete-user-account/index.mdx'
125
+ } ,
126
+ {
127
+ path : 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/multi-step-sign-in/index.mdx'
125
128
}
126
129
]
127
130
} ,
@@ -156,9 +159,6 @@ export const directory = {
156
159
}
157
160
]
158
161
} ,
159
- {
160
- path : 'src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx'
161
- } ,
162
162
{
163
163
path : 'src/pages/[platform]/build-a-backend/auth/sign-in-with-web-ui/index.mdx'
164
164
} ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments