getCode abstract method
Method for obtaining a new user auth code. First step of token creation.
Implementation
Future<AuthCodeMap> getCode();
Method for obtaining a new user auth code. First step of token creation.
Future<AuthCodeMap> getCode();