changePsk method

ResponseFuture<Empty> changePsk(
  1. AppAccountProto_ChangePskRequest request, {
  2. CallOptions? options,
})

With this method the app can update the psk used to validate the secret generated from keystore

Implementation

$grpc.ResponseFuture<$2.Empty> changePsk(
  $0.AppAccountProto_ChangePskRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$changePsk, request, options: options);
}