Skip to main content

Class: CensoredClientSecret

api-login/dto/get-auth-client.dto.CensoredClientSecret

A censored client secret

Constructors

constructor

new CensoredClientSecret()

Properties

censored

censored: string

The 5 letter prefix of the original client secret text plus stars for identification of the secret by the user

Example

"1a2b3**********"

Defined in

login-service/src/api-login/dto/get-auth-client.dto.ts:56


fingerprint

fingerprint: string

The fingerprint of the hash of the client secret. Used as identifier to delete the secret.

Example

"0123456789abcdef"

Defined in

login-service/src/api-login/dto/get-auth-client.dto.ts:63