Unit RALToken

Description

Class for the Token structure definition and methods, used on JWT and OAuth authentications

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TRALAuthBasic  
Class TRALJWTHeader  
Class TRALJWTParams  
Class TRALJWT  
Class TRALOAuth  
Class TRALDigestParams  
Class TRALDigest  

Types

TRALDigestAlgorithm = (...);
TRALJWTAlgorithm = (...);
TRALOAuthAlgorithm = (...);

Description

Types

TRALDigestAlgorithm = (...);

This item has no description.

Values
  • tdaMD5
  • tdaSHA2_256
  • tdaSHA2_512
TRALJWTAlgorithm = (...);

This item has no description.

Values
  • tjaHSHA256
  • tjaHSHA384
  • tjaHSHA512
TRALOAuthAlgorithm = (...);

This item has no description.

Values
  • toaHSHA256
  • toaHSHA512
  • toaPLAINTEXT


PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.