VkCodeChallengeMethodExt extension
Predefined VK ID code challenge retrieve method extensions
Properties
- apiKey → String
-
Available on VkCodeChallengeMethod, provided by the VkCodeChallengeMethodExt extension
Returns string API key according the predefined VK ID code challenge retrieve methodno setter
Static Methods
-
from(
String apiKey) → VkCodeChallengeMethod? -
Available on VkCodeChallengeMethod, provided by the VkCodeChallengeMethodExt extension
Tries to parse predefined VK ID code challenge retrieve method from string API key
Constants
- kPlainKey → const String
- Code challenge is equal to code verifier key
- kSha256Key → const String
- Code challenge is a result from BASE64URL-ENCODE(SHA256(ASCII(code_verifier)))