Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for alphaNumericTable (0.22 sec)

  1. internal/auth/credentials.go

    	// There is no max length enforcement for secret keys
    	secretKeyMaxLen = 40
    
    	// Alpha numeric table used for generating access keys.
    	alphaNumericTable = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    
    	// Total length of the alpha numeric table.
    	alphaNumericTableLen = byte(len(alphaNumericTable))
    
    	reservedChars = "=,"
    )
    
    // Common errors generated for access and secret key validation.
    var (
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 17:14:16 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top