changePsk method
ResponseFuture<Empty>
changePsk(
- AppAccountProto_ChangePskRequest request, {
- 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);
}