Class: CensoredClientSecret
api-login/auth/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
gropius-login-service/backend/src/api-login/auth/dto/get-auth-client.dto.ts:61
fingerprint
• fingerprint: string
The fingerprint of the hash of the client secret. Used as identifier to delete the secret.
Example
"0123456789abcdef"
Defined in
gropius-login-service/backend/src/api-login/auth/dto/get-auth-client.dto.ts:68