AuthenticationExtensions extension

on
  • ServiceCall

Properties

idToken String?

Available on ServiceCall, provided by the AuthenticationExtensions extension

no setter
jwtPayload → JwtPayload?

Available on ServiceCall, provided by the AuthenticationExtensions extension

no setter
principal Principal

Available on ServiceCall, provided by the AuthenticationExtensions extension

no setter

Methods

authenticate({required Future<JwtPayload> getTokenPayload(String token), required Future<Principal> createPrincipal(JwtPayload payload)}) Future

Available on ServiceCall, provided by the AuthenticationExtensions extension