OAuthConstants 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
OAuth 协议中使用的常量
public ref class OAuthConstants abstract sealed
	public static class OAuthConstants
	type OAuthConstants = class
	Public Class OAuthConstants
		- 继承
 - 
				OAuthConstants
 
字段
| CodeChallengeKey | 
		 在 中 https://tools.ietf.org/html/rfc7636定义的code_challenge。  | 
        	
| CodeChallengeMethodKey | 
		 code_challenge_method 在 中 https://tools.ietf.org/html/rfc7636定义。  | 
        	
| CodeChallengeMethodS256 | 
		 在 中 https://tools.ietf.org/html/rfc7636定义的 S256。  | 
        	
| CodeVerifierKey | 
		 中定义的 https://tools.ietf.org/html/rfc7636code_verifier。  |