OAuthCodeChallengeMethodSelector

Interface for selecting an OAuth code challenge method based on the supported methods provided by the OAuth authorization server.

Functions

Link copied to clipboard
abstract fun selectCodeChallengeMethod(supportedChallengeMethods: List<String>): OAuthCodeChallengeMethod