OTPAuthServiceBase class abstract
Constructors
Properties
Methods
-
createRequest(
String methodName) → GeneratedMessage - Creates a message object that can deserialize a request.
-
getPublicKey(
ServerContext ctx, GetPublicKeyRequest request) → Future< GetPublicKeyResponse> -
handleCall(
ServerContext ctx, String methodName, GeneratedMessage request) → Future< GeneratedMessage> - Dispatches the call. The request object should come from createRequest.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshToken(
ServerContext ctx, RefreshTokenRequest request) → Future< RefreshTokenResponse> -
requestOTP(
ServerContext ctx, RequestOTPRequest request) → Future< RequestOTPResponse> -
toString(
) → String -
A string representation of this object.
inherited
-
verifyAppleToken(
ServerContext ctx, VerifyAppleTokenRequest request) → Future< VerifyAppleTokenResponse> -
verifyGoogleToken(
ServerContext ctx, VerifyGoogleTokenRequest request) → Future< VerifyGoogleTokenResponse> -
verifyOTP(
ServerContext ctx, VerifyOTPRequest request) → Future< VerifyOTPResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited