updateOwnPassword method
ResponseFuture<IdentifierResponse>
updateOwnPassword(
- UpdateOwnPasswordReq request, {
- CallOptions? options,
Update user's own password
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> updateOwnPassword(
$1.UpdateOwnPasswordReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateOwnPassword, request, options: options);
}