ClaimNotBefore Property

The claim identifying the time before which the JWT is invalid.

Syntax

ANSI (Cross Platform)
char* GetClaimNotBefore();
int SetClaimNotBefore(const char* lpszClaimNotBefore); Unicode (Windows) LPWSTR GetClaimNotBefore();
INT SetClaimNotBefore(LPCWSTR lpszClaimNotBefore);
@property (nonatomic,readwrite,assign,getter=claimNotBefore,setter=setClaimNotBefore:) NSString* claimNotBefore;
- (NSString*)claimNotBefore;
- (void)setClaimNotBefore:(NSString*)newClaimNotBefore;
#define PID_JWT_CLAIMNOTBEFORE 11

IPWORKSAUTH_EXTERNAL void* IPWORKSAUTH_CALL IPWorksAuth_JWT_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSAUTH_EXTERNAL int IPWORKSAUTH_CALL IPWorksAuth_JWT_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property identifies the time before which the JWT is invalid. This value corresponds to the nbf JSON property.

This value is represented as a numeric value containing the number of seconds since the epoch (January 1st 1970). For instance 1498599163.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 C++ Edition - Version 20.0 [Build 8155]