createAuthRequest method
Builds an AuthRequest answering the challenge nonce.
Implementation
@override
Future<AuthRequest> createAuthRequest(String nonce) async =>
AuthRequest(method: 'token', principal: principal, token: token);
Builds an AuthRequest answering the challenge nonce.
@override
Future<AuthRequest> createAuthRequest(String nonce) async =>
AuthRequest(method: 'token', principal: principal, token: token);