Saltar al contenido
Abblix
Esta página aún no está traducida.

IUserCodeGenerator Interface

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

C#
public interface IUserCodeGenerator

Derived
UserCodeGenerator

Methods

IUserCodeGenerator.GenerateUserCode() Method

Generates a user-friendly numeric code that the end-user enters on the verification page.

C#
string GenerateUserCode();

Returns

System.String
A numeric verification code (e.g., "1234-5678").