Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for token_str (0.23 sec)

  1. internal/jwt/parser.go

    	json := jsoniter.ConfigCompatibleWithStandardLibrary
    	return json.Marshal(c.MapClaims)
    }
    
    // ParseWithStandardClaims - parse the token string, valid methods.
    func ParseWithStandardClaims(tokenStr string, claims *StandardClaims, key []byte) error {
    	// Key is not provided.
    	if key == nil {
    		// keyFunc was not provided, return error.
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue May 09 07:53:08 GMT 2023
    - 13.9K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), type Tokenprimarygroup struct
    pkg syscall (windows-386), type Tokenprimarygroup struct, PrimaryGroup *SID
    pkg syscall (windows-386), type Tokenuser struct
    pkg syscall (windows-386), type Tokenuser struct, User SIDAndAttributes
    pkg syscall (windows-386), type TransmitFileBuffers struct
    pkg syscall (windows-386), type TransmitFileBuffers struct, Head uintptr
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg syscall (windows-386), const TokenStatistics = 10
    pkg syscall (windows-386), const TokenType = 8
    pkg syscall (windows-386), const TokenUIAccess = 26
    pkg syscall (windows-386), const TokenUser = 1
    pkg syscall (windows-386), const TokenVirtualizationAllowed = 23
    pkg syscall (windows-386), const TokenVirtualizationEnabled = 24
    pkg syscall (windows-386), const USAGE_MATCH_TYPE_AND = 0
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top