Zum Inhalt springen
Abblix
Diese Seite wurde noch nicht übersetzt.

IDeviceCodeGenerator Interface

Defines the contract for generating device codes used in the Device Authorization Grant (RFC 8628).

C#
public interface IDeviceCodeGenerator

Derived
DeviceCodeGenerator

Methods

IDeviceCodeGenerator.GenerateDeviceCode() Method

Generates a high-entropy device code that the client uses to poll the token endpoint.

C#
string GenerateDeviceCode();

Returns

System.String
A cryptographically secure, URL-safe device code.