Provider
OAuth.net
No field note has been filed yet.
Open ↗Filed byDirectory
Products by OAuth.net
OAuth 2.0 PKCE
other
RFC 7636 extension preventing authorization code injection and CSRF attacks in OAuth 2.0 Authorization Code flow.
View ↗OAuth 2.0 Authorization Code Grant
other
The Authorization Code grant type is used by confidential and public clients to exchange an authorization code for an access token.
View ↗OAuth 2.0 PKCE
other
PKCE (Proof Key for Code Exchange) is an extension to the Authorization Code flow to prevent CSRF and authorization code injection attacks.
View ↗OAuth 2.0 Access Tokens
other
String credentials used by OAuth clients to make requests to resource servers, either as bearer or sender-constrained tokens.
View ↗OAuth 2.0 Refresh Tokens
other
String-based token for obtaining new access tokens without user interaction.
View ↗OAuth 2.0 Bearer Tokens
other
OAuth 2.0 default access token type: an opaque string used in the Authorization header to access protected resources without additional identity proof.
View ↗OAuth 2.0 Scopes
other
Scope mechanism in OAuth 2.0 to limit application access to user accounts.
View ↗OAuth 2.0 Client Credentials
other
The Client Credentials grant type is used by clients to obtain an access token outside of the context of a user.
View ↗