Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_get_auth_type()

Gets the authentication type for this session.

Syntax

#include "am_sso.h"
AM_EXPORT const char *
am_sso_get_auth_type(const am_sso_token_handle_t sso_token);

Parameters

This function takes the following parameter:

sso_token_handle

The SSO token handle.

Returns

This function returns the authentication type of this session handle. NULL if there was any error.