File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
raystack/frontier/v1beta1 Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1384,6 +1384,10 @@ message AuthCallbackRequest {
1384
1384
// for oidc & magic links
1385
1385
string state = 2 ;
1386
1386
string code = 3 ;
1387
+
1388
+ // state_options has additional configurations for the authentication flow at hand
1389
+ // for example, in case of passkey, it has challenge and public key
1390
+ google.protobuf.Struct state_options = 4 ;
1387
1391
}
1388
1392
1389
1393
message AuthCallbackResponse {}
@@ -1421,6 +1425,9 @@ message AuthenticateResponse {
1421
1425
1422
1426
// state is used for resuming authentication flow in applicable strategies
1423
1427
string state = 2 ;
1428
+
1429
+ // state_options has additional configurations for the authentication flow at hand
1430
+ google.protobuf.Struct state_options = 3 ;
1424
1431
}
1425
1432
1426
1433
message AuthStrategy {
You can’t perform that action at this time.
0 commit comments