oauth:client-types
Differences
This shows you the differences between two versions of the page.
| oauth:client-types [2026/02/11 19:43] – created flash | oauth:client-types [2026/02/11 20:02] (current) – link to patchii flash | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * **Public clients** are only issued a Client ID and no Client Secret as they lack the ability to store confidential values. An example of such a client would be one that performs its interaction with the API entirely on the user agent, there' | * **Public clients** are only issued a Client ID and no Client Secret as they lack the ability to store confidential values. An example of such a client would be one that performs its interaction with the API entirely on the user agent, there' | ||
| * **Confidential clients** are issued both a Client ID and Client Secret and are able to perform secure client authentication. As the name suggests, the Client Secret acts as a password and should be kept private on a backend server. Bearer tokens obtained through this method can still be used to make requests to the API directly from the user agent. If this is not desirable, the client backend server should implement its own session system so the access and refresh tokens can be kept confidential. | * **Confidential clients** are issued both a Client ID and Client Secret and are able to perform secure client authentication. As the name suggests, the Client Secret acts as a password and should be kept private on a backend server. Bearer tokens obtained through this method can still be used to make requests to the API directly from the user agent. If this is not desirable, the client backend server should implement its own session system so the access and refresh tokens can be kept confidential. | ||
| - | * **Trusted clients** are specific to Flashii and are an extension to the Confidential client type. Developers are not able to select this client type on their own and it is only meant to be used by official Flashii/ | + | * **Trusted clients** are specific to Flashii and are an extension to the Confidential client type. Developers are not able to select this client type on their own and it is only meant to be used by official Flashii/ |
| When registering your client/ | When registering your client/ | ||
oauth/client-types.1770839001.txt.gz · Last modified: by flash
