Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_is_valid_token()

Checks if a token is valid.

Syntax

#include "am_sso.h"
AM_EXPORT boolean_t
am_sso_is_valid_token(const am_sso_token_handle_t sso_token_handle);

Parameters

This function takes the following parameters:

sso_token_handle

SSO token to check if valid.

Returns

This function returns boolean_t with one of the following values:

B_TRUE

If SSO token is valid.

B_FALSE

If SSO token is invalid or any other error occurred.

Details

This call looks in the passed sso_token_handle to check for validity; it does not go to the server.