Skip to content

Commit 7b6fa42

Browse files
author
serverpod_cloud
committed
feat: 9ed9a55f9ac1c050512bbc0cc32837213edf3d12
1 parent da17adb commit 7b6fa42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ground_control_client/lib/src/protocol/client.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@ class EndpointAuthWithAuth extends _i1.EndpointRef {
436436
'listAuthSessions',
437437
{},
438438
);
439+
440+
_i2.Future<String> getFeaturebaseSsoJwt() => caller
441+
.callServerEndpoint<String>('authWithAuth', 'getFeaturebaseSsoJwt', {});
439442
}
440443

441444
/// By extending [RefreshJwtTokensEndpoint], the JWT token refresh endpoint

0 commit comments

Comments
 (0)