Sun Java System Access Manager 7.1 C API Reference

am_sso_get_auth_type()

Retrieves the authentication type associated with the specified single sign-on token handle.

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

Pointer to a am_sso_token_handle_t type.

Returns

This function returns the authentication type of the specified handle, or NULL if an error occurred.